home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat2 / getpid.0 < prev    next >
Text File  |  1996-09-01  |  1KB  |  34 lines

  1.  
  2. GETPID(2)                  UNIX Programmer's Manual                  GETPID(2)
  3.  
  4. NNAAMMEE
  5.      ggeettppiidd, ggeettppppiidd - get parent or calling process identification
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssyyss//ttyyppeess..hh>>
  9.      ##iinncclluuddee <<uunniissttdd..hh>>
  10.  
  11.      _p_i_d___t
  12.      ggeettppiidd(_v_o_i_d)
  13.  
  14.      _p_i_d___t
  15.      ggeettppppiidd(_v_o_i_d)
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      GGeettppiidd() returns the process ID of the calling process.  The ID is guar-
  19.      anteed to be unique and is useful for constructing temporary file names.
  20.  
  21.      GGeettppppiidd() returns the process ID of the parent of the calling process.
  22.  
  23. EERRRROORRSS
  24.      The ggeettppiidd() and ggeettppppiidd() functions are always successful, and no return
  25.      value is reserved to indicate an error.
  26.  
  27. SSEEEE AALLSSOO
  28.      gethostid(2)
  29.  
  30. SSTTAANNDDAARRDDSS
  31.      GGeettppiidd() and ggeettppppiidd() conform to IEEE Std1003.1-1988 (``POSIX'').
  32.  
  33. 4th Berkeley Distribution        June 4, 1993                                1
  34.